How to Update to Version  1.7

Copy all the updated folder to your server root

Go to PHPMyadmin 

>> Locate the database your app is using

>> Go to zd_paypal_gateway and click on sql option at the top then run this quey below

ALTER TABLE `zd_paypal_gateway` ADD `pg_status` INT NOT NULL DEFAULT '0' AFTER `pg_api_secret_key`;

>> Go to zd_stripe_gatewau and click on sql option at the top then run this query below

ALTER TABLE `zd_stripe_gateway` ADD `sg_status` INT NOT NULL DEFAULT '0' AFTER `sg_secret_key`;


>> Done!.